home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / misc / f1gplib_dev.lha / f1gplib_dev / include / libraries / f1gp_lib.i next >
Encoding:
Text File  |  1999-11-10  |  565 b   |  28 lines

  1.     IFND LIBRARIES_F1GP_LIB_I
  2. LIBRARIES_F1GP_LIB_I SET 1
  3. **
  4. **    $VER: f1gp_lib.i 36.1 (10.11.99)
  5. **
  6. **    (C) Copyright 1995-1999 Oliver Roberts
  7. **    All Rights Reserved
  8. **
  9.  
  10.    IFND    EXEC_TYPES_I
  11.    include 'exec/types.i'
  12.    ENDC
  13.  
  14.    LIBINIT
  15.  
  16.    LIBDEF _LVOf1gpDetect
  17.    LIBDEF _LVOf1gpCalcChecksum
  18.    LIBDEF _LVOf1gpRequestNotification
  19.    LIBDEF _LVOf1gpStopNotification
  20.    LIBDEF _LVOf1gpGetDisplayInfo
  21.  
  22. ** OBSOLETE -- Please use the new notification functions instead
  23.  
  24.    LIBDEF _LVOf1gpAllocQuitNotify
  25.    LIBDEF _LVOf1gpFreeQuitNotify
  26.  
  27.    ENDC        ; LIBRARIES_F1GP_LIB_I
  28.